Fix build on C89 compilers
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 28 May 2013 05:36:54 +0000 (13:36 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 28 May 2013 05:36:54 +0000 (13:36 +0800)
commitda3198237938057a1b6cc3c5fb9cf50a31dbe640
tree59a8255b1a14974cb3693245b8f1c2d3f6905c58
parent8b15b4415c4edc9d223a77010b9daf8fa5a91010
Fix build on C89 compilers

-Avoid defining variables in the middle of the block
-Include fallback-c89.c in gtkrevealer.c in place of math.h as
 fallback-c89.c includes math.h itself, and is needed for round()
gtk/gtkbookmarksmanager.c
gtk/gtkrevealer.c